StackTraceId

data class StackTraceId(id: String, debuggerId: UniqueDebuggerId?)

If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages.

Constructors

StackTraceId
Link copied to clipboard
fun StackTraceId(id: String, debuggerId: UniqueDebuggerId? = null)

Properties

debuggerId
Link copied to clipboard
val debuggerId: UniqueDebuggerId? = null
id
Link copied to clipboard
val id: String

Sources

jvm source
Link copied to clipboard